🤖 Machine Learning
CSharpNumerics includes a lightweight, fully numerical machine learning framework designed for research, experimentation, and educational use. The focus is on transparency, mathematical clarity, and pipeline-based model evaluation — not black-box automation.
namespace CSharpNumerics.ML
| Module | Description |
|---|---|
| ⚡ AutoML | Automated pipeline search and model selection |
| 🔄Cross-Validation | K-fold, stratified, and custom validation strategies |
| 🏷️Classification | Decision trees, logistic regression, and more |
| 📉 Regression | Linear, polynomial, and advanced regression models |